home *** CD-ROM | disk | FTP | other *** search
/ By Popular Request 2.0 / By Popular Request 2.0 (Arsenal Computer).ISO / amiga_6 / tiffdtyp.lha / README next >
Text File  |  1995-07-08  |  2KB  |  47 lines

  1.  
  2. TIFF24 class 39.01b.
  3. This class is a sub-class of picture.class and is used to read 
  4. TIFF files. It converts 24 bit images in 8 bit bitmaps, with Floyd-steinberg dithering.
  5. To install it just copy TIFF.datatype in sys:classes/datatypes and TIFF in sys:devs/datatypes.
  6.  
  7. The present version supports TIFF 5.0 standard files.
  8.  
  9. The following features will be added in the final release:
  10.  
  11.     o    Support for CCITT Group  3 1-Dimensional  Modified  Huffman  run  length
  12.         encoding (type 2 compression).
  13.     
  14.     o   PackBits compression (type 32773 compression).
  15.  
  16.     o    Access to 24 RGB data.
  17.  
  18.     o    Access to Chunky 8bit data.
  19.  
  20.     o   Tick events for gauge bars.
  21.  
  22. The last three features are an extension to the picture datatype, so it would be 
  23. nice if there were some kind of standard to implement them. If you know of anybody
  24. working on 24bit datatypes, pleas let me know.
  25.  
  26. The code for this datatype is based on the BMP examples by Commodore. The source is
  27. included and can be used in any way you like. Please if you make any changes, mail it
  28. to me so that I can include it in the final release.
  29.  
  30. There is lot of space for improvement in the code: in particular the lzw decompression and
  31. the chunky to planar conversion can be optimized. I've written everything in C so that
  32. it can be easily understood by everybody. In the final release I will probably rewrite
  33. the critical chunks of code in Assembly.
  34.  
  35. Please mail suggestions, bug reports and opinions to:
  36.  
  37.     costabel@fenice.polito.it
  38.  
  39. Thanks!
  40.  
  41.  
  42. History
  43.  
  44.     o    39.1b (8.7.95)
  45.  
  46.         First beta release
  47.